GtkCellRendererPixbuf: Set force_scale_pixbuf
authorMatthias Clasen <mclasen@redhat.com>
Fri, 20 Jun 2014 22:34:06 +0000 (18:34 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 22 Jun 2014 15:52:11 +0000 (11:52 -0400)
commitf5d7e54d33ce72ba1cdcb2d4cd75ef61e946504a
treecc87a1904f9edfd1ed601967221cdc5d6264541c
parent6d83b173df5f7de3a0498e98076da9359d506809
GtkCellRendererPixbuf: Set force_scale_pixbuf

The recent icon theme scaling changes make the code more
sensitive to mis-sized icons (e.g. application icons in
the app chooser). A single row whose size gets blown out
of proportion by a big icon is never wanted in a list.
We can avoid this situation by telling GtkIconHelper to
force-scale the pixbuf to the requested size.
gtk/gtkcellrendererpixbuf.c